publish$65330$ - translation to ελληνικό
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

publish$65330$ - translation to ελληνικό

MESSAGING PATTERN IN SOFTWARE DESIGN WHERE MESSAGES ARE PUBLISHED INTO CATEGORIES, AND SUBSCRIBERS CAN RECEIVE MESSAGES ONLY FROM CLASSES THEY HAVE EXPRESSED INTEREST FOR
Publish and subscribe; Publish subscribe; Publish-subscribe; Publish & subscribe; Publish and subscribe messaging; Pub/sub; PubSub; Publish and Subscribe; Publish/subscribe; Publish-subscribe pattern; Publish–subscribe; Pubsub; Pub sub

publish      
v. δημοσιεύω, εκδίδω

Ορισμός

single sourcing
<publication> Using a single original document set to generate dead tree and on-line documentation, and usually also on-line help. In practice, it most often refers to a FrameMaker file set with conditional text which, when the conditions are set appropriately, allows you to create variants of the original document (e.g., for a product that runs on different Unix platforms) as well as for different media -- typically task-oriented on-line help to be accessed under Microsoft Windows or from a web browser, linear printed document, and HTML delivered via the WWW and/or CD-ROM.

Βικιπαίδεια

Publish–subscribe pattern

In software architecture, publish–subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are.

Publish–subscribe is a sibling of the message queue paradigm, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the pub/sub and message queue models in their API; e.g., Java Message Service (JMS).

This pattern provides greater network scalability and a more dynamic network topology, with a resulting decreased flexibility to modify the publisher and the structure of the published data.